home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global campath
- alert("This is a Demo, You can't save Pictures")
- end
-
- on svsht
- global campath
- set picb to window "pics"
- tell the stage
- set the fileName of picb to campath & "picbuf"
- end tell
- set top to 129
- set left to 223
- set bottom to 360
- set right to 412
- set crei to StageToCast(mnew, top, left, bottom, right)
- repeat with i = 10 to 33
- tell picb
- set pich to the castType of cast i
- end tell
- if pich = #empty then
- tell picb
- duplicate(cast 9, cast i)
- end tell
- tell the stage
- set the picture of cast 989 to crei(mGetHandle)
- end tell
- tell the stage
- copyToClipBoard(cast 989)
- end tell
- tell picb
- pasteClipBoardInto(cast i)
- end tell
- tell picb
- saveMovie()
- end tell
- tell the stage
- set the picture of cast 989 to the picture of cast 970
- end tell
- exit repeat
- end if
- end repeat
- crei(mdispose)
- forget(picb)
- end
-